TermPDF

제목만으로도 감이 오는 프로젝트죠. 터미날 프로그램에서 pdf 문서를 보여주는 프로젝트입니다. 지난 번에 소개한 gifi 처럼, iterm 2.9 최신버전 이상만 지원하는 것이 특징입니다.

2016/03/08 editor’s choice( 279 ★)

dsanson/termpdf
_termpdf - barebones graphic pdf viewer that works inside terminals that support inline graphics_github.com

Seeing is believing

설치

미리 설치할 프로그램들은 brew로 설치할 수 있습니다. (OSX 기준)

$brew install gs imagemagick poppler pdfgrep djvulibre selecta

Ubuntu 의 경우는

$sudo apt-get install ghostscript imagemagick poppler-utils pdfgrep  
djvulibre-bin w3m-img

명령어를 통해서 설치가 가능합니다.

이후

$git clone [https://github.com/dsanson/termpdf.git][anchor2]

를 통해 bash 파일을 내려받아 path에 등록 하고서는 실행을 하면 됩니다.

실행

$./termpdf ~/Downloads/golang-tdd-sample.pdf

같은 형태로 실행시키면 됩니다. 다음은 실행한 결과 화면 입니다.

한글도 잘 되는지 궁금했습니다.

잘 되는군요

By Keen Dev on March 7, 2016.

Exported from Medium on May 31, 2017.